home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00297_Script_vidalert
< prev
next >
Wrap
Text File
|
1999-05-31
|
1KB
|
31 lines
on mousedown
-- do not go to frame "video"
global name, cspname,cspchannel
set the membernum of sprite cspchannel to the number of member cspname of castlib "eb.cst"
set name to the name of member(the member of sprite the clickon)
set rr to "r"& name
set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
global gloson
if (gloson=1) or (the visible of window "gloss") then
global cspname
set yy to chars(cspname,1,1)
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
if the visible of sprite 106 then
set the visible of sprite 106 to false
set the visible of sprite 107 to false
set the visible of sprite 108 to false
set zz to the name of member (the memberNum of sprite 117)
set yy to chars(zz,2,6)
set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
end if
updatestage
alert "Sorry! no video is available for this event"
set the membernum of sprite the clickon to the number of member name of castlib "eb.cst"
set xx to "r"&cspname
set the membernum of sprite cspchannel to the number of member xx of castlib "eb.cst"
updateStage
-- go to frame "video"
end